Motion.SetAxisMotionProfile 方法

配置轴的运动设定。

命名空间IntervalZero.KINGSTAR.Local.Api

组合: IntervalZero.KINGSTAR.Local.Api (于 IntervalZero.KINGSTAR.Local.dll) 版本:4.4.0.0

语法

C#VB
public KsError SetAxisMotionProfile(
       int Index,
       McProfileSettings Settings
)
Public Function SetAxisMotionProfile(
       Index As Integer,
       Settings As McProfileSettings
) As KsError

参数

Index

型别:int

轴索引。索引以 0 为起始;别名将影响此参数。

 

Settings

型别:McProfileSettings

调整轴的运动设定。

回传值

型别:KsError

方法的回传代码。

范例

C#
N/A

参见

Motion 类别

IntervalZero.KINGSTAR.Local.Api 命名空间